---
title: "Get Live Asset Status History"
method: GET
path: "/video/live/assets/{live_asset_id} (COPY)"
tags: ["API Endpoints"]
---

# Get Live Asset Status History

`GET /video/live/assets/{live_asset_id} (COPY)`

This endpoint retrieves the history of a live video asset that has previously been created.

## Path parameters

- `live_asset_id` string, required

## Response `200`

200

- object
  - `status` string
  - `stream_key` string
  - `live_asset_id` string
  - `live_video_source_id` string
  - `input` object
    - `resolution` string[]
  - `stream_url` string
  - `output` object
    - `playback_url` string
  - `created_at` integer
  - `updated_at` integer

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/gumlet/apis/gumlet-rest-apis.md) · [All operations](https://skmtc.net/gumlet/apis/gumlet-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gumlet/gumlet-rest-apis/revisions/b1f7ac2aeeec/schema)
